home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_41 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-30  |  120b  |  8 lines

  1. on(release){
  2.    _root.scrollBar._y = _root.scrollbarY;
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop(82);
  6.    }
  7. }
  8.